const go/types._NoNewVar

4 uses

	go/types (current package)
		assignments.go#L476: 		check.softErrorf(pos, _NoNewVar, "no new variables on left side of :=")
		errorcodes.go#L174: 	_NoNewVar
		stmt.go#L663: 				check.softErrorf(lhs, _NoNewVar, "no new variable on left side of :=")
		stmt.go#L913: 				check.error(inNode(s, s.TokPos), _NoNewVar, "no new variables on left side of :=")